Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NEventHandler<TArgs> Class
type of NEventArgs
Members


In This Topic
    NEventHandler<TArgs> Class
    In This Topic
    Represents an event handler, that calls a single argument function, the argument of which matches the generic type parameter.
    Object Model
    NEventHandler<TArgs> Class
    Syntax
    'Declaration
     
    
    Public Class NEventHandler(Of TArgs As NEventArgs) 
       Implements INEventHandler, Nevron.Nov.Internal.Kbvd(Of Function(Of TArgs)), Nevron.Nov.Internal.Kbvd(Of Delegate) 
    'Usage
     
    
    Dim instance As NEventHandler(Of TArgs)
    public class NEventHandler<TArgs> : INEventHandler, Nevron.Nov.Internal.Kbvd<Function<TArgs>>, Nevron.Nov.Internal.Kbvd<Delegate>  
    where TArgs: NEventArgs
    Type Parameters
    TArgs
    type of NEventArgs
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NEventHandler<TArgs>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also